home *** CD-ROM | disk | FTP | other *** search
- ; E! for Windows version 2.0
- ; Syntax Highlighting Definition file for Borland Pascal for Windows sources
- ; //////////////////////////////////////////////////////////////////////////
-
- ; Comments
-
- Comment (* *)
- Comment { }
-
- ; To define constants, use a regular expression. The syntax is the same as
- ; described in the EW documentation.
-
- Const [0-9]#
- Const $[0-9a-fA-F]#
-
- ; For Pascal the Escape character is not defined because it's the
- ; String delimiter itself.
- ; ex:'This string contains a ''x'' delimited by quotes'
-
- StringDelimiter '
- TokenDelimiters ',;.:*{}[]<>()=/+-^
-
- ; In Pascal sources the SpecialDelimiters statement is only needed to
- ; support real constants. If you don't mind about coloring the dot
- ; between the left and right part of a real constant, use the following
- ; statements. Display performance will be somewhat affected however.
-
- ; Constant [0-9]#.[0-9]#
- ; SpecialDelimiters .
-
- ; Language keywords
-
- Keyword absolute
- Keyword and
- Keyword asm
- Keyword assembler
- Keyword begin
- Keyword case
- Keyword constructor
- Keyword const
- Keyword destructor
- Keyword div
- Keyword downto
- Keyword do
- Keyword else
- Keyword end
- Keyword exports
- Keyword export
- Keyword external
- Keyword false
- Keyword far
- Keyword forward
- Keyword for
- Keyword function
- Keyword goto
- Keyword if
- Keyword implementation
- Keyword inline
- Keyword interrupt
- Keyword in
- Keyword inherited
- Keyword interface
- Keyword label
- Keyword library
- Keyword mod
- Keyword near
- Keyword nil
- Keyword not
- Keyword of
- Keyword or
- Keyword packed
- Keyword procedure
- Keyword private
- Keyword program
- Keyword public
- Keyword repeat
- Keyword resident
- Keyword set
- Keyword shl
- Keyword shr
- Keyword then
- Keyword to
- Keyword true
- Keyword type
- Keyword unit
- Keyword until
- Keyword uses
- Keyword var
- Keyword virtual
- Keyword while
- Keyword with
- Keyword xor
-
- ; Standard functions
-
- Function Abs
- Function Addr
- Function Append
- Function ArcTan
- Function Assigned
- Function AssignCrt
- Function Assign
- Function AutoTracking
- Function BlockWrite
- Function BlockRead
- Function Break
- Function ChDir
- Function CheckBreak
- Function CheckEOF
- Function Chr
- Function Close
- Function ClrEol
- Function ClrScr
- Function Concat
- Function Continue
- Function Copy
- Function Cos
- Function CSeg
- Function CursorTo
- Function Dec
- Function Delete
- Function DiskFree
- Function DiskSize
- Function Dispose
- Function DoneWinCrt
- Function DOSVersion
- Function DosError
- Function Eof
- Function Eoln
- Function Erase
- Function ErrorAddr
- Function Exclude
- Function Exit
- Function Exp
- Function FatalExit
- Function FileMode
- Function FilePos
- Function FileExpand
- Function FileSearch
- Function FileSize
- Function FileSplit
- Function FillChar
- Function FindFirst
- Function FindNext
- Function Flush
- Function Frac
- Function FreeMem
- Function GetArgStr
- Function GetArgCount
- Function GetCBreak
- Function GetCurDir
- Function GetDate
- Function GetDir
- Function GetEnvVar
- Function GetFAttr
- Function GetFTime
- Function GetIntVec
- Function GetMem
- Function GetTime
- Function GetVerify
- Function GetVersion
- Function GotoXY
- Function Halt
- Function High
- Function Include
- Function Inc
- Function InitWinCrt
- Function Insert
- Function Int
- Function Intr
- Function IOResult
- Function Keypressed
- Function Length
- Function Ln
- Function Low
- Function Lo
- Function MemAvail
- Function MkDir
- Function Move
- Function MsDos
- Function New
- Function Odd
- Function Ofs
- Function Ord
- Function Origin
- Function PackTime
- Function ParamCount
- Function ParamStr
- Function Pi
- Function Pos
- Function Pred
- Function PrefixSeg
- Function Ptr
- Function Randomize
- Function Random
- Function ReadBuf
- Function ReadKey
- Function Read
- Function ReadLn
- Function RemoveDir
- Function Rename
- Function Reset
- Function Rewrite
- Function RmDir
- Function Round
- Function RunError
- Function ScrollTo
- Function ScreenSize
- Function SeekEoln
- Function Seek
- Function SeekEof
- Function Seg
- Function SetCBreak
- Function SetCurDir
- Function SetDate
- Function SetFAttr
- Function SetFTime
- Function SetIntVec
- Function SetTextBuf
- Function SetTime
- Function SetVerify
- Function Sin
- Function SizeOf
- Function SPtr
- Function Sqrt
- Function Sqr
- Function SSeg
- Function StrCat
- Function StrComp
- Function StrCopy
- Function StrDispose
- Function StrECopy
- Function StrEnd
- Function StrIComp
- Function StrLCat
- Function StrLComp
- Function StrLCopy
- Function StrLen
- Function StrlIComp
- Function StrLower
- Function StrMove
- Function StrNew
- Function StrPas
- Function StrPCopy
- Function Str
- Function StrPos
- Function StrRScan
- Function StrScan
- Function StrUpper
- Function Succ
- Function Swap
- Function TrackCursor
- Function Truncate
- Function Trunc
- Function TypeOf
- Function UnpackTime
- Function UpCase
- Function Val
- Function WhereX
- Function WhereY
- Function WindowOrg
- Function WindowSize
- Function Write
- Function WriteBuf
- Function WriteChar
- Function WriteLn
-
- ; User Defined tokens (set #1) - We use this group to assign a color
- ; to the standard Pascal types
-
- UserFunc1 array
- UserFunc1 boolean
- UserFunc1 byte
- UserFunc1 char
- UserFunc1 Comp
- UserFunc1 double
- UserFunc1 extended
- UserFunc1 file
- UserFunc1 integer
- UserFunc1 longint
- UserFunc1 object
- UserFunc1 PChar
- UserFunc1 pointer
- UserFunc1 real
- UserFunc1 record
- UserFunc1 shortint
- UserFunc1 single
- UserFunc1 string
- UserFunc1 word
- UserFunc1 registers
-
- ; User Defined tokens (set #2)
- ; You can use this section to add your own keywords and functions names
-
- ; UserFunc2 mykeyword
-
- ; User Defined tokens (set #3)
- ; Windows API
-
- UserFunc3 GetObject
- UserFunc3 AccessResource
- UserFunc3 AddAtom
- UserFunc3 AddFontResource
- UserFunc3 AdjustWindowRectEx
- UserFunc3 AdjustWindowRect
- UserFunc3 AllocDStoCSAlias
- UserFunc3 AllocResource
- UserFunc3 AllocSelector
- UserFunc3 AnimatePalette
- UserFunc3 AnsiLower
- UserFunc3 AnsiLowerBuff
- UserFunc3 AnsiNext
- UserFunc3 AnsiPrev
- UserFunc3 AnsiToOemBuff
- UserFunc3 AnsiToOem
- UserFunc3 AnsiUpperBuff
- UserFunc3 AnsiUpper
- UserFunc3 AnyPopup
- UserFunc3 AppendMenu
- UserFunc3 Arc
- UserFunc3 ArrangeIconicWindows
- UserFunc3 BeginDeferWindowPos
- UserFunc3 BeginPaint
- UserFunc3 BitBlt
- UserFunc3 BringWindowToTop
- UserFunc3 BuildCommDCB
- UserFunc3 CallMsgFilter
- UserFunc3 CallWindowProc
- UserFunc3 Catch
- UserFunc3 ChangeClipboardChain
- UserFunc3 ChangeMenu
- UserFunc3 ChangeSelector
- UserFunc3 CheckDlgButton
- UserFunc3 CheckMenuItem
- UserFunc3 CheckRadioButton
- UserFunc3 ChildWindowFromPoint
- UserFunc3 Chord
- UserFunc3 ClearCommBreak
- UserFunc3 ClientToScreen
- UserFunc3 ClipCursor
- UserFunc3 CloseClipboard
- UserFunc3 CloseComm
- UserFunc3 CloseMetaFile
- UserFunc3 CloseSound
- UserFunc3 CloseWindow
- UserFunc3 CombineRgn
- UserFunc3 CopyMetaFile
- UserFunc3 CopyRect
- UserFunc3 CountClipboardFormats
- UserFunc3 CountVoiceNotes
- UserFunc3 CreateBitmap
- UserFunc3 CreateBitmapIndirect
- UserFunc3 CreateBrushIndirect
- UserFunc3 CreateCaret
- UserFunc3 CreateCompatibleBitmap
- UserFunc3 CreateCompatibleDC
- UserFunc3 CreateCursor
- UserFunc3 CreateDC
- UserFunc3 CreateDialog
- UserFunc3 CreateDialogIndirect
- UserFunc3 CreateDialogParam
- UserFunc3 CreateDialogIndirectParam
- UserFunc3 CreateDIBitmap
- UserFunc3 CreateDIBPatternBrush
- UserFunc3 CreateDiscardableBitmap
- UserFunc3 CreateEllipticRgn
- UserFunc3 CreateEllipticRgnIndirect
- UserFunc3 CreateFont
- UserFunc3 CreateFontIndirect
- UserFunc3 CreateHatchBrush
- UserFunc3 CreateIC
- UserFunc3 CreateIcon
- UserFunc3 CreateMenu
- UserFunc3 CreateMetaFile
- UserFunc3 CreatePalette
- UserFunc3 CreatePatternBrush
- UserFunc3 CreatePenIndirect
- UserFunc3 CreatePen
- UserFunc3 CreatePolygonRgn
- UserFunc3 CreatePolyPolygonRgn
- UserFunc3 CreatePopupMenu
- UserFunc3 CreateRectRgnIndirect
- UserFunc3 CreateRectRgn
- UserFunc3 CreateRoundRectRgn
- UserFunc3 CreateSolidBrush
- UserFunc3 CreateWindow
- UserFunc3 CreateWindowEx
- UserFunc3 DebugBreak
- UserFunc3 DefDlgProc
- UserFunc3 DeferWindowPos
- UserFunc3 DefFrameProc
- UserFunc3 DefHookProc
- UserFunc3 DefMDIChildProc
- UserFunc3 DefWindowProc
- UserFunc3 DeleteAtom
- UserFunc3 DeleteDC
- UserFunc3 DeleteMenu
- UserFunc3 DeleteMetaFile
- UserFunc3 DeleteObject
- UserFunc3 DestroyCaret
- UserFunc3 DestroyCursor
- UserFunc3 DestroyIcon
- UserFunc3 DestroyMenu
- UserFunc3 DestroyWindow
- UserFunc3 DialogBox
- UserFunc3 DialogBoxIndirect
- UserFunc3 DialogBoxParam
- UserFunc3 DialogBoxIndirectParam
- UserFunc3 DispatchMessage
- UserFunc3 DlgDirListComboBox
- UserFunc3 DlgDirList
- UserFunc3 DlgDirSelect
- UserFunc3 DlgDirSelectComboBox
- UserFunc3 DPtoLP
- UserFunc3 DrawFocusRect
- UserFunc3 DrawIcon
- UserFunc3 DrawMenuBar
- UserFunc3 DrawText
- UserFunc3 Ellipse
- UserFunc3 EmptyClipboard
- UserFunc3 EnableHardwareInput
- UserFunc3 EnableMenuItem
- UserFunc3 EnableWindow
- UserFunc3 EndDeferWindowPos
- UserFunc3 EndDialog
- UserFunc3 EndPaint
- UserFunc3 EnumChildWindows
- UserFunc3 EnumClipboardFormats
- UserFunc3 EnumFonts
- UserFunc3 EnumMetaFile
- UserFunc3 EnumObjects
- UserFunc3 EnumTaskWindows
- UserFunc3 EqualRect
- UserFunc3 EqualRgn
- UserFunc3 Escape
- UserFunc3 EscapeCommFunction
- UserFunc3 ExcludeClipRect
- UserFunc3 ExcludeUpdateRgn
- UserFunc3 ExitWindows
- UserFunc3 ExtFloodFill
- UserFunc3 ExtTextOut
- UserFunc3 FatalAppExit
- UserFunc3 FatalExit
- UserFunc3 FillRect
- UserFunc3 FillRgn
- UserFunc3 FindAtom
- UserFunc3 FindResource
- UserFunc3 FindWindow
- UserFunc3 FlashWindow
- UserFunc3 FloodFill
- UserFunc3 FlushComm
- UserFunc3 FrameRect
- UserFunc3 FrameRgn
- UserFunc3 FreeModule
- UserFunc3 Free
- UserFunc3 FreeLibrary
- UserFunc3 FreeProcInstance
- UserFunc3 FreeResource
- UserFunc3 FreeSelector
- UserFunc3 GetActiveWindow
- UserFunc3 GetAspectRatioFilter
- UserFunc3 GetAsyncKeyState
- UserFunc3 GetAtomHandle
- UserFunc3 GetAtomName
- UserFunc3 GetBitmapBits
- UserFunc3 GetBitmapDimension
- UserFunc3 GetBkColor
- UserFunc3 GetBkMode
- UserFunc3 GetBrushOrg
- UserFunc3 GetCapture
- UserFunc3 GetCaretBlinkTime
- UserFunc3 GetCaretPos
- UserFunc3 GetCharWidth
- UserFunc3 GetClassInfo
- UserFunc3 GetClassLong
- UserFunc3 GetClassName
- UserFunc3 GetClassWord
- UserFunc3 GetClientRect
- UserFunc3 GetClipboardData
- UserFunc3 GetClipboardViewer
- UserFunc3 GetClipboardFormatName
- UserFunc3 GetClipboardOwner
- UserFunc3 GetClipBox
- UserFunc3 GetCodeHandle
- UserFunc3 GetCodeInfo
- UserFunc3 GetCommError
- UserFunc3 GetCommEventMask
- UserFunc3 GetCommState
- UserFunc3 GetCurrentPDB
- UserFunc3 GetCurrentPosition
- UserFunc3 GetCurrentTask
- UserFunc3 GetCurrentTime
- UserFunc3 GetCursorPos
- UserFunc3 GetDCOrg
- UserFunc3 GetDC
- UserFunc3 GetDesktopHwnd
- UserFunc3 GetDesktopWindow
- UserFunc3 GetDeviceCaps
- UserFunc3 GetDialogBaseUnits
- UserFunc3 GetDIBits
- UserFunc3 GetDlgCtrlID
- UserFunc3 GetDlgItemInt
- UserFunc3 GetDlgItem
- UserFunc3 GetDlgItemText
- UserFunc3 GetDOSEnvironment
- UserFunc3 GetDoubleClickTime
- UserFunc3 GetDriveType
- UserFunc3 GetEnvironment
- UserFunc3 GetFocus
- UserFunc3 GetFreeSpace
- UserFunc3 GetInputState
- UserFunc3 GetInstanceData
- UserFunc3 GetKBCodePage
- UserFunc3 GetKeyboardType
- UserFunc3 GetKeyboardState
- UserFunc3 GetKeyNameText
- UserFunc3 GetKeyState
- UserFunc3 GetLastActivePopup
- UserFunc3 GetMapMode
- UserFunc3 GetMenuCheckMarkDimensions
- UserFunc3 GetMenuItemCount
- UserFunc3 GetMenuItemID
- UserFunc3 GetMenuState
- UserFunc3 GetMenu
- UserFunc3 GetMenuString
- UserFunc3 GetMessagePos
- UserFunc3 GetMessageTime
- UserFunc3 GetMessage
- UserFunc3 GetMetaFileBits
- UserFunc3 GetMetaFile
- UserFunc3 GetModuleFileName
- UserFunc3 GetModuleHandle
- UserFunc3 GetModuleUsage
- UserFunc3 GetNearestColor
- UserFunc3 GetNearestPaletteIndex
- UserFunc3 GetNextDlgGroupItem
- UserFunc3 GetNextDlgTabItem
- UserFunc3 GetNextWindow
- UserFunc3 GetNumTasks
- UserFunc3 GetObject
- UserFunc3 GetPaletteEntries
- UserFunc3 GetParent
- UserFunc3 GetPixel
- UserFunc3 GetPolyFillMode
- UserFunc3 GetPriorityClipboardFormat
- UserFunc3 GetPrivateProfileInt
- UserFunc3 GetPrivateProfileString
- UserFunc3 GetProcAddress
- UserFunc3 GetProfileInt
- UserFunc3 GetProfileString
- UserFunc3 GetProp
- UserFunc3 GetRgnBox
- UserFunc3 GetROP2
- UserFunc3 GetScrollPos
- UserFunc3 GetScrollRange
- UserFunc3 GetStockObject
- UserFunc3 GetStretchBltMode
- UserFunc3 GetSubMenu
- UserFunc3 GetSysColor
- UserFunc3 GetSysModalWindow
- UserFunc3 GetSystemDirectory
- UserFunc3 GetSystemMenu
- UserFunc3 GetSystemMetrics
- UserFunc3 GetSystemPaletteEntries
- UserFunc3 GetSystemPaletteUse
- UserFunc3 GetTabbedTextExtent
- UserFunc3 GetTempDrive
- UserFunc3 GetTempFileName
- UserFunc3 GetTextAlign
- UserFunc3 GetTextCharacterExtra
- UserFunc3 GetTextColor
- UserFunc3 GetTextExtent
- UserFunc3 GetTextFace
- UserFunc3 GetTextMetrics
- UserFunc3 GetThresholdEvent
- UserFunc3 GetThresholdStatus
- UserFunc3 GetTickCount
- UserFunc3 GetTopWindow
- UserFunc3 GetUpdateRect
- UserFunc3 GetUpdateRgn
- UserFunc3 GetVersion
- UserFunc3 GetViewportExt
- UserFunc3 GetViewportOrg
- UserFunc3 GetWindowDC
- UserFunc3 GetWindowExt
- UserFunc3 GetWindowLong
- UserFunc3 GetWindowOrg
- UserFunc3 GetWindowRect
- UserFunc3 GetWindowsDirectory
- UserFunc3 GetWindow
- UserFunc3 GetWindowTask
- UserFunc3 GetWindowTextLength
- UserFunc3 GetWindowText
- UserFunc3 GetWindowWord
- UserFunc3 GetWinFlags
- UserFunc3 GlobalAddAtom
- UserFunc3 GlobalAlloc
- UserFunc3 GlobalCompact
- UserFunc3 GlobalDeleteAtom
- UserFunc3 GlobalDosAlloc
- UserFunc3 GlobalDosFree
- UserFunc3 GlobalFindAtom
- UserFunc3 GlobalFix
- UserFunc3 GlobalFlags
- UserFunc3 GlobalFree
- UserFunc3 GlobalGetAtomName
- UserFunc3 GlobalHandle
- UserFunc3 GlobalLock
- UserFunc3 GlobalLRUNewest
- UserFunc3 GlobalLRUOldest
- UserFunc3 GlobalNotify
- UserFunc3 GlobalPageLock
- UserFunc3 GlobalPageUnlock
- UserFunc3 GlobalReAlloc
- UserFunc3 GlobalSize
- UserFunc3 GlobalUnfix
- UserFunc3 GlobalUnlock
- UserFunc3 GlobalUnlock
- UserFunc3 GlobalUnWire
- UserFunc3 GlobalWire
- UserFunc3 GrayString
- UserFunc3 HideCaret
- UserFunc3 HiliteMenuItem
- UserFunc3 InflateRect
- UserFunc3 InitAtomTable
- UserFunc3 InSendMessage
- UserFunc3 InsertMenu
- UserFunc3 IntersectClipRect
- UserFunc3 IntersectRect
- UserFunc3 InvalidateRect
- UserFunc3 InvalidateRgn
- UserFunc3 InvertRect
- UserFunc3 InvertRgn
- UserFunc3 IsCharAlpha
- UserFunc3 IsCharAlphaNumeric
- UserFunc3 IsCharLower
- UserFunc3 IsCharUpper
- UserFunc3 IsChild
- UserFunc3 IsClipboardFormatAvailable
- UserFunc3 IsDialogMessage
- UserFunc3 IsDlgButtonChecked
- UserFunc3 IsIconic
- UserFunc3 IsRectEmpty
- UserFunc3 IsWindowEnabled
- UserFunc3 IsWindow
- UserFunc3 IsWindowVisible
- UserFunc3 IsZoomed
- UserFunc3 KillTimer
- UserFunc3 lclose
- UserFunc3 lcreat
- UserFunc3 LimitEmsPages
- UserFunc3 LineTo
- UserFunc3 llseek
- UserFunc3 LoadAccelerators
- UserFunc3 LoadBitmap
- UserFunc3 Load
- UserFunc3 LoadCursor
- UserFunc3 LoadIcon
- UserFunc3 LoadLibrary
- UserFunc3 LoadMenuIndirect
- UserFunc3 LoadMenu
- UserFunc3 LoadModule
- UserFunc3 LoadResource
- UserFunc3 LoadString
- UserFunc3 LocalAlloc
- UserFunc3 LocalCompact
- UserFunc3 LocalFlags
- UserFunc3 LocalFree
- UserFunc3 LocalHandle
- UserFunc3 LocalInit
- UserFunc3 LocalLock
- UserFunc3 LocalReAlloc
- UserFunc3 LocalShrink
- UserFunc3 LocalSize
- UserFunc3 LocalUnlock
- UserFunc3 LockResource
- UserFunc3 LockSegment
- UserFunc3 lopen
- UserFunc3 LPtoDP
- UserFunc3 lread
- UserFunc3 lstrcat
- UserFunc3 lstrcmp
- UserFunc3 lstrcmpi
- UserFunc3 lstrcpy
- UserFunc3 lstrlen
- UserFunc3 lwrite
- UserFunc3 MakeProcInstance
- UserFunc3 MapDialogRect
- UserFunc3 MapVirtualKey
- UserFunc3 MessageBeep
- UserFunc3 MessageBox
- UserFunc3 ModifyMenu
- UserFunc3 MoveTo
- UserFunc3 MoveWindow
- UserFunc3 MulDiv
- UserFunc3 OemKeyScan
- UserFunc3 OemToAnsiBuff
- UserFunc3 OemToAnsi
- UserFunc3 OffsetClipRgn
- UserFunc3 OffsetRect
- UserFunc3 OffsetRgn
- UserFunc3 OffsetViewportOrg
- UserFunc3 OffsetWindowOrg
- UserFunc3 OpenClipboard
- UserFunc3 OpenComm
- UserFunc3 OpenFile
- UserFunc3 OpenIcon
- UserFunc3 OpenSound
- UserFunc3 OutputDebugString
- UserFunc3 PaintRgn
- UserFunc3 PatBlt
- UserFunc3 PeekMessage
- UserFunc3 Pie
- UserFunc3 PlayMetaFileRecord
- UserFunc3 PlayMetaFile
- UserFunc3 Polygon
- UserFunc3 Polyline
- UserFunc3 PolyPolygon
- UserFunc3 PostAppMessage
- UserFunc3 PostMessage
- UserFunc3 PostQuitMessage
- UserFunc3 PrestoChangoSelector
- UserFunc3 ProfClear
- UserFunc3 ProfFinish
- UserFunc3 ProfFlush
- UserFunc3 ProfInsChk
- UserFunc3 ProfSampRate
- UserFunc3 ProfSetup
- UserFunc3 ProfStart
- UserFunc3 ProfStop
- UserFunc3 PtInRect
- UserFunc3 PtInRegion
- UserFunc3 PtVisible
- UserFunc3 ReadComm
- UserFunc3 RealizePalette
- UserFunc3 Rectangle
- UserFunc3 RectInRegion
- UserFunc3 RectVisible
- UserFunc3 RegisterClass
- UserFunc3 RegisterClipboardFormat
- UserFunc3 RegisterWindowMessage
- UserFunc3 ReleaseCapture
- UserFunc3 ReleaseDC
- UserFunc3 RemoveFontResource
- UserFunc3 RemoveMenu
- UserFunc3 RemoveProp
- UserFunc3 ReplyMessage
- UserFunc3 ResizePalette
- UserFunc3 RestoreDC
- UserFunc3 RoundRect
- UserFunc3 SaveDC
- UserFunc3 ScaleViewportExt
- UserFunc3 ScaleWindowExt
- UserFunc3 ScreenToClient
- UserFunc3 ScrollDC
- UserFunc3 ScrollWindow
- UserFunc3 SelectClipRgn
- UserFunc3 SelectObject
- UserFunc3 SelectPalette
- UserFunc3 SendDlgItemMessage
- UserFunc3 SendMessage
- UserFunc3 SetActiveWindow
- UserFunc3 SetBitmapBits
- UserFunc3 SetBitmapDimension
- UserFunc3 SetBkColor
- UserFunc3 SetBkMode
- UserFunc3 SetBrushOrg
- UserFunc3 SetCapture
- UserFunc3 SetCaretBlinkTime
- UserFunc3 SetCaretPos
- UserFunc3 SetClassLong
- UserFunc3 SetClassWord
- UserFunc3 SetClipboardData
- UserFunc3 SetClipboardViewer
- UserFunc3 SetCommBreak
- UserFunc3 SetCommEventMask
- UserFunc3 SetCommState
- UserFunc3 SetCursorPos
- UserFunc3 SetCursor
- UserFunc3 SetDIBitsToDevice
- UserFunc3 SetDIBits
- UserFunc3 SetDlgItemInt
- UserFunc3 SetDlgItemText
- UserFunc3 SetDoubleClickTime
- UserFunc3 SetEnvironment
- UserFunc3 SetErrorMode
- UserFunc3 SetFocus
- UserFunc3 SetHandleCount
- UserFunc3 SetKeyboardState
- UserFunc3 SetMapMode
- UserFunc3 SetMapperFlags
- UserFunc3 SetMenu
- UserFunc3 SetMenuItemBitmaps
- UserFunc3 SetMessageQueue
- UserFunc3 SetMetaFileBits
- UserFunc3 SetPaletteEntries
- UserFunc3 SetParent
- UserFunc3 SetPixel
- UserFunc3 SetPolyFillMode
- UserFunc3 SetProp
- UserFunc3 SetRect
- UserFunc3 SetRectEmpty
- UserFunc3 SetRectRgn
- UserFunc3 SetROP2
- UserFunc3 SetScrollPos
- UserFunc3 SetScrollRange
- UserFunc3 SetSoundNoise
- UserFunc3 SetStretchBltMode
- UserFunc3 SetSwapAreaSize
- UserFunc3 SetSysColors
- UserFunc3 SetSysModalWindow
- UserFunc3 SetSystemPaletteUse
- UserFunc3 SetTextAlign
- UserFunc3 SetTextCharacterExtra
- UserFunc3 SetTextColor
- UserFunc3 SetTextJustification
- UserFunc3 SetTimer
- UserFunc3 SetViewportExt
- UserFunc3 SetViewportOrg
- UserFunc3 SetVoiceAccent
- UserFunc3 SetVoiceEnvelope
- UserFunc3 SetVoiceNote
- UserFunc3 SetVoiceQueueSize
- UserFunc3 SetVoiceSound
- UserFunc3 SetVoiceThreshold
- UserFunc3 SetWindowExt
- UserFunc3 SetWindowLong
- UserFunc3 SetWindowOrg
- UserFunc3 SetWindowPos
- UserFunc3 SetWindowsHook
- UserFunc3 SetWindowText
- UserFunc3 SetWindowWord
- UserFunc3 ShowCaret
- UserFunc3 ShowCursor
- UserFunc3 ShowOwnedPopups
- UserFunc3 ShowScrollBar
- UserFunc3 ShowWindow
- UserFunc3 SizeofResource
- UserFunc3 StartSound
- UserFunc3 StopSound
- UserFunc3 StretchBlt
- UserFunc3 StretchDIBits
- UserFunc3 SwapMouseButton
- UserFunc3 SwapRecording
- UserFunc3 SwitchStackBack
- UserFunc3 SwitchStackTo
- UserFunc3 SyncAllVoices
- UserFunc3 TabbedTextOut
- UserFunc3 TextOut
- UserFunc3 Throw
- UserFunc3 ToAscii
- UserFunc3 TrackPopupMenu
- UserFunc3 TranslateMDISysAccel
- UserFunc3 TranslateAccelerator
- UserFunc3 TranslateMessage
- UserFunc3 TransmitCommChar
- UserFunc3 UngetCommChar
- UserFunc3 UnhookWindowsHook
- UserFunc3 UnionRect
- UserFunc3 UnlockResource
- UserFunc3 UnlockSegment
- UserFunc3 UnrealizeObject
- UserFunc3 UnregisterClass
- UserFunc3 UpdateColors
- UserFunc3 UpdateWindow
- UserFunc3 ValidateCodeSegments
- UserFunc3 ValidateFreeSpaces
- UserFunc3 ValidateRect
- UserFunc3 ValidateRgn
- UserFunc3 VkKeyScan
- UserFunc3 WaitMessage
- UserFunc3 WaitSoundState
- UserFunc3 WindowFromPoint
- UserFunc3 WinExec
- UserFunc3 WinHelp
- UserFunc3 WriteProfileString
- UserFunc3 WriteComm
- UserFunc3 WritePrivateProfileString
- UserFunc3 wsprintf
- UserFunc3 wvsprintf
- UserFunc3 Yield
-
- ; Windows 3.1 specific APIs
-
- UserFunc4 AbortDoc
- UserFunc4 CallNextHookEx
- UserFunc4 CloseDriver
- UserFunc4 CopyCursor
- UserFunc4 CopyIcon
- UserFunc4 CopyLZFile
- UserFunc4 CreateScalableFontResource
- UserFunc4 DebugOutput
- UserFunc4 DefDriverProc
- UserFunc4 DirectedYield
- UserFunc4 DlgDirSelectComboBoxEx
- UserFunc4 DlgDirSelectEx
- UserFunc4 DragAcceptFiles
- UserFunc4 DragFinish
- UserFunc4 DragQueryFile
- UserFunc4 DragQueryPoint
- UserFunc4 EnableCommNotification
- UserFunc4 EnableScrollBar
- UserFunc4 EndDocAPI
- UserFunc4 EndPage
- UserFunc4 EnumFontFamilies
- UserFunc4 ExitWindowsExec
- UserFunc4 GetAspectRatioFilterEx
- UserFunc4 GetBitmapDimensionEx
- UserFunc4 GetBoundsRect
- UserFunc4 GetBrushOrgEx
- UserFunc4 GetCharABCWidths
- UserFunc4 GetClipCursor
- UserFunc4 GetCurrentPositionEx
- UserFunc4 GetCursor
- UserFunc4 GetDCEx
- UserFunc4 GetDriverInfo
- UserFunc4 GetDriverModuleHandle
- UserFunc4 GetExpandedName
- UserFunc4 GetFileTitle
- UserFunc4 GetFontData
- UserFunc4 GetFreeSystemResources
- UserFunc4 GetGlyphOutline
- UserFunc4 GetKerningPairs
- UserFunc4 GetMessageExtraInfo
- UserFunc4 GetNextDriver
- UserFunc4 GetOpenClipboardWindow
- UserFunc4 GetOutlineTextMetrics
- UserFunc4 GetQueueStatus
- UserFunc4 GetRasterizerCaps
- UserFunc4 GetSelectorBase
- UserFunc4 GetSelectorLimit
- UserFunc4 GetSystemDebugState
- UserFunc4 GetTextExtentPoint
- UserFunc4 GetTimerResolution
- UserFunc4 GetViewportExtEx
- UserFunc4 GetViewportOrgEx
- UserFunc4 GetWinDebugInfo
- UserFunc4 GetWindowExtEx
- UserFunc4 GetWindowOrgEx
- UserFunc4 GetWindowPlacement
- UserFunc4 IsBadCodePtr
- UserFunc4 IsBadHugeReadPtr
- UserFunc4 IsBadHugeWritePtr
- UserFunc4 IsBadReadPtr
- UserFunc4 IsBadStringPtr
- UserFunc4 IsBadWritePtr
- UserFunc4 IsDBCSLeadByte
- UserFunc4 IsGDIObject
- UserFunc4 IsMenu
- UserFunc4 IsTask
- UserFunc4 LockInput
- UserFunc4 LockWindowUpdate
- UserFunc4 LogError
- UserFunc4 LogParamError
- UserFunc4 lstrcpyn
- UserFunc4 LZClose
- UserFunc4 LZCopy
- UserFunc4 LZDone
- UserFunc4 LZInit
- UserFunc4 LZOpenFile
- UserFunc4 LZRead
- UserFunc4 LZSeek
- UserFunc4 LZStart
- UserFunc4 MapWindowPoints
- UserFunc4 MoveToEx
- UserFunc4 OffsetViewportOrgEx
- UserFunc4 OffsetWindowOrgEx
- UserFunc4 OpenDriver
- UserFunc4 QueryAbort
- UserFunc4 QuerySendMessage
- UserFunc4 RedrawWindow
- UserFunc4 ScaleViewportExtEx
- UserFunc4 ScaleWindowExtEx
- UserFunc4 ScrollWindowEx
- UserFunc4 SendDriverMessage
- UserFunc4 SetAbortProc
- UserFunc4 SetBitmapDimensionEx
- UserFunc4 SetBoundsRect
- UserFunc4 SetMetaFileBitsBetter
- UserFunc4 SetSelectorBase
- UserFunc4 SetSelectorLimit
- UserFunc4 SetViewportExtEx
- UserFunc4 SetViewportOrgEx
- UserFunc4 SetWinDebugInfo
- UserFunc4 SetWindowExtEx
- UserFunc4 SetWindowOrgEx
- UserFunc4 SetWindowPlacement
- UserFunc4 SetWindowsHookEx
- UserFunc4 SpoolFile
- UserFunc4 StartDoc
- UserFunc4 StartPage
- UserFunc4 SubtractRect
- UserFunc4 SystemParametersInfo
- UserFunc4 UnhookWindowsHookEx
- UserFunc4 WNetAddConnection
- UserFunc4 WNetCancelConnection
- UserFunc4 WNetGetConnection
-
-